Skip to main content

Forgot Password

Request to be POSTed to uri : /NorenWClientTP/ForgotPassword

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
Json FieldsPossible valueDescription
uid*User Id
pan*Pan of the user
dobDate of birth in DDMMYYYY format

Response Details :

Json FieldsPossible valueDescription
statOk or Not_OkLogin Success Or failure status
request_timeResponse received time.
emsg“Error Occurred : Wrong user id or user details” “Server Timeout : ”This will be present only if password reset fails. (“Invalid User or User Details”)

Sample Success Response :

{
"request_time":"10:52:56 28-05-2020",
"stat":"Ok"
}

Sample Failure Response :

{
"request_time":"17:42:13 26-05-2020",
"stat":"Not_Ok",
"emsg":"Error Occurred : Wrong user id or user details"
}